[index]
Is Not Operator
Syntax
<expression> {is not | < >} <expression> <Variable> <> <Variable>
Description
Oracle Media Objects has two methods of comparing the inequality of two values, fields, variables, text strings, or numbers:
Examples
Create a button with the following script:
on mouseUp
put 10 into num1
put 20 into num2
if num1 is not num2 then
type "numbers do not match" else
beep end if
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.